Do not assume EMACS_INT is the same width as a pointer.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 May 2011 07:13:19 +0000 (00:13 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 May 2011 07:13:19 +0000 (00:13 -0700)
commit83fa141f82c927ac2a923dbc01d0406293c57095
treeec437c646fbff84bc418a490a47bafe44787a7cf
parent77265a07f70524584fab768f9e44e31c131b845d
parentafe599bd2a7efb2b24c12f659dfd158b52adca2d
Do not assume EMACS_INT is the same width as a pointer.

This prepares for a future patch that will prefer 64-bit EMACS_INT if
available.  That patch can be tried now, by compiling with -DWIDE_EMACS_INT,
but it is temporarily not the default so that it can be further tested.

Also, install some other fixes for problems discovered by the static
checking of GCC 4.6.0.
ChangeLog
doc/lispref/ChangeLog
src/callproc.c
src/doc.c